Do not message for repeated enable/disable of tab-line-mode
authorJared Finder <jared@finder.org>
Tue, 21 May 2024 02:21:29 +0000 (19:21 -0700)
committerJuri Linkov <juri@linkov.net>
Tue, 21 May 2024 06:10:11 +0000 (09:10 +0300)
commit70e7620843a22128de86e494cfe09d8e8c63f42f
tree9c63412b620cbf8b2902b6024ece2ce49ac3d187
parenteedb959441578f9b4e62b78e1a772328bffe9466
Do not message for repeated enable/disable of tab-line-mode

tab-line-mode should not inform the user of an unexpected change
when enabling the mode if already enabled.  For example, when
running (tab-line-mode 1) repeatedly (bug#68765).

* lisp/tab-line.el (tab-line-mode): Modify case when user is informed.
lisp/tab-line.el